﻿2026-07-27T09:37:27.1519742Z ##[group]Run actions/checkout@v5
2026-07-27T09:37:27.1520378Z with:
2026-07-27T09:37:27.1520711Z   fetch-depth: 0
2026-07-27T09:37:27.1521058Z   repository: BigscreenVR/spt-bs-core
2026-07-27T09:37:27.1523878Z   token: ***
2026-07-27T09:37:27.1524202Z   ssh-strict: true
2026-07-27T09:37:27.1524522Z   ssh-user: git
2026-07-27T09:37:27.1524862Z   persist-credentials: true
2026-07-27T09:37:27.1525215Z   clean: true
2026-07-27T09:37:27.1525525Z   sparse-checkout-cone-mode: true
2026-07-27T09:37:27.1525940Z   fetch-tags: false
2026-07-27T09:37:27.1526260Z   show-progress: true
2026-07-27T09:37:27.1526625Z   lfs: false
2026-07-27T09:37:27.1526926Z   submodules: false
2026-07-27T09:37:27.1527239Z   set-safe-directory: true
2026-07-27T09:37:27.1527626Z   allow-unsafe-pr-checkout: false
2026-07-27T09:37:27.1527991Z ##[endgroup]
2026-07-27T09:37:27.3504293Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T09:37:27.3505794Z ##[group]Getting Git version info
2026-07-27T09:37:27.3506565Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T09:37:27.3764578Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T09:37:27.3982112Z git version 2.43.0.windows.1
2026-07-27T09:37:27.4006163Z ##[endgroup]
2026-07-27T09:37:27.4014662Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8dea8a0c-a394-4544-82d2-6451ed5f2d4a\.gitconfig'
2026-07-27T09:37:27.4028106Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8dea8a0c-a394-4544-82d2-6451ed5f2d4a' before making global git config changes
2026-07-27T09:37:27.4029701Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T09:37:27.4033288Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T09:37:27.4279103Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T09:37:27.4478058Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T09:37:27.4503327Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T09:37:27.4507247Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T09:37:27.4714934Z HEAD
2026-07-27T09:37:27.4963007Z ##[endgroup]
2026-07-27T09:37:27.4965479Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T09:37:27.8967153Z ##[group]Cleaning the repository
2026-07-27T09:37:27.8970956Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T09:37:39.6043075Z Removing target/
2026-07-27T09:37:39.6077479Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T09:37:39.7391595Z HEAD is now at 0fb7d902 Merge 0f7722bdffbf51120942cdfdcaf618a14f309d1e into be4182b6b1c54e37adf6eae047b5d79602056ac1
2026-07-27T09:37:39.7429059Z ##[endgroup]
2026-07-27T09:37:39.7434755Z ##[group]Disabling automatic garbage collection
2026-07-27T09:37:39.7440940Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T09:37:39.7680847Z ##[endgroup]
2026-07-27T09:37:39.7681295Z ##[group]Setting up auth
2026-07-27T09:37:39.7681731Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T09:37:39.7940072Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T09:37:40.2268906Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T09:37:40.2514055Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T09:37:40.6723419Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T09:37:40.6954815Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T09:37:41.0801134Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T09:37:41.1053967Z ##[endgroup]
2026-07-27T09:37:41.1054483Z ##[group]Fetching the repository
2026-07-27T09:37:41.1063220Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +929c90ec65390415b5e871b0e292b60a66e702dd:refs/remotes/pull/105/merge
2026-07-27T09:37:43.0004627Z ##[endgroup]
2026-07-27T09:37:43.0005298Z ##[group]Determining the checkout info
2026-07-27T09:37:43.0005847Z ##[endgroup]
2026-07-27T09:37:43.0010934Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T09:37:43.0318479Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T09:37:43.0559548Z ##[group]Checking out the ref
2026-07-27T09:37:43.0564502Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/105/merge
2026-07-27T09:37:43.2068804Z Previous HEAD position was 0fb7d902 Merge 0f7722bdffbf51120942cdfdcaf618a14f309d1e into be4182b6b1c54e37adf6eae047b5d79602056ac1
2026-07-27T09:37:43.2069460Z HEAD is now at 929c90ec Merge 62862a7fa8e395a7af98320322c0bfad6be6796b into 6ecec12e558f3f545d9a235d5725292328ad4c2e
2026-07-27T09:37:43.2093786Z ##[endgroup]
2026-07-27T09:37:43.2367810Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T09:37:43.2601268Z 929c90ec65390415b5e871b0e292b60a66e702dd
